MoveStatAffectSets

@Serializable
data class MoveStatAffectSets(val increase: List<MoveStatAffect>, val decrease: List<MoveStatAffect>)(source)

A set of moves that affect a stat and how they affect it. See: https://pokeapi.co/docs/v2#movestataffectsets

Parameters

increase

Moves that increase the stat and by how much.

decrease

Moves that decrease the stat and by how much.

Constructors

Link copied to clipboard
constructor(increase: List<MoveStatAffect>, decrease: List<MoveStatAffect>)

Properties

Link copied to clipboard
Link copied to clipboard